VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / AnalyzerResult<TValue> Class
Constructors Properties Methods SeeAlso
In This Topic
AnalyzerResult<TValue> Class Members
In This Topic
The following tables list the members exposed by AnalyzerResult<TValue>.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the AnalyzerResult class.
Public Properties
 NameDescription
Public PropertyGets the description of processing result.
Public PropertyGets the processing command, which created this result. (Inherited from ProcessingResult)
Public PropertyGets the object, which was processed. (Inherited from ProcessingResult)
Public PropertyGets the resulting value of analysis.
Public Methods
 NameDescription
Public MethodReleases all resources used by this object.
Public MethodReturns the resulting value of analysis.
Public MethodReturns a string representation of this object. (Inherited from ProcessingResult)
See Also